From 59c4c6ffc2db2d34476fc98e7bf6ef81fe161f0a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Jan 2003 08:48:02 +0000 Subject: [PATCH] (c-offsets-alist): Fix typo. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 50b09160ee3..f698065e24d 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -987,7 +987,7 @@ If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a positive or negative multiple of `c-basic-offset' is added; 1, -1, 2, -2, 0.5, and -0.5, respectively. -If OFFSET is a vector, it's first element, which must be an integer, +If OFFSET is a vector, its first element, which must be an integer, is used as an absolute indentation column. This overrides all relative offsets. If there are several syntactic elements which evaluates to absolute indentation columns, the first one takes -- 2.30.2